home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldopc / install.exe / _SETUP.1 / WALDOPC.EXE / WALDOPC.DXR / 00205.ls < prev    next >
Encoding:
Text File  |  1996-06-11  |  317 b   |  22 lines

  1. on exitFrame
  2.   global whichmap
  3.   if whichmap = 1 then
  4.     go("map1")
  5.   end if
  6.   if whichmap = 2 then
  7.     go("map2")
  8.   end if
  9.   if whichmap = 3 then
  10.     go("map3")
  11.   end if
  12.   if whichmap = 4 then
  13.     go("map4")
  14.   end if
  15.   if whichmap = 5 then
  16.     go("map5")
  17.   end if
  18.   if whichmap = 6 then
  19.     go("map6")
  20.   end if
  21. end
  22.